home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Komunik / Webscr / HTMLtool / _SETUP.1 / Last Modified.scp < prev    next >
Text File  |  1999-03-02  |  247b  |  8 lines

  1. <HTMLtool>Use this script to display a documents last-modified-date</HTMLtool>
  2. <!-- Use this script to display a documents last-modified-date. -->
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5. <!--
  6.     document.write(document.lastModified);
  7. // -->
  8. </SCRIPT>